/* -------------Basic ------------------------------------ */
html {
   height: 100%;
   width: 100vw;
   overflow-x: hidden;
   scroll-behavior: smooth;
}


html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #999;
   /* transition: all 0.9; */
}
html::-webkit-scrollbar-thumb:hover
{
	background-color: #888;
   /* border-radius: 0%; */
}

/* img {
   user-select: none;
   
} */

.text-sans1 {
   /* font-family: 'Josefin Sans', sans-serif; */
   font-family: 'Josefin Slab', serif;
}
.position-relative {
   position: relative;
}
.text-small {
   font-size: 14px;
}
.text-disable {
   color: #CFCFCF !important;
}
.text-sans2 {
   font-family: 'Josefin Sans', sans-serif;
   /* font-family: 'Josefin Slab', serif; */
}

.text-brother {
   font-family: 'brother-bold';
}

.text-bold {
   font-weight: bold;
}
.text-yellow {
   color: #C6B57A;
}
.text-white {
   color: white;
}

.dobby-title1 {
   color: #B793C4;
   font-size: 60px;
}

/* ----------------------------------------------------------------------------------- */
#home, #mint {
   padding-top: 135px;
}
.logo {
   height: 55px;
   margin-left: 100px;
}
.who-dobbys-headline-mobile {
   display: none;
}

.header {
   background-color:rgba(170,171,215,0.9);
   padding: 40px;
   position: fixed;
   top: 0;
   /* opacity: 0.9; */
   z-index: 100000000000000;
   left: 50%;
   transform: translateX(-50%);
}
.header-field {
   width: 85%;
   margin: auto;
}
.header-btn-field {
   display: flex;
   align-items: center;
   margin-right: 120px;
}

.mint-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 35px;
   color: black;
   width: 100px;
   border: solid 2px;
   margin: 0 10px;
   border-radius: 30px;
   transition: all 0.3s;
   text-decoration: none;
   background-color: #ffe78b;
}
.mint-btn:hover {
   background-color: #f3ebcc;
}
.mint-btn-disabled {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 35px;
   color: black;
   width: 100px;
   border: solid 2px;
   margin: 0 10px;
   border-radius: 30px;
   transition: all 0.3s;
   text-decoration: none;
   background-color: #C3C3C3;
}
.mint-btn-disabled:hover{
   background-color: #C3C3C3;
   cursor: not-allowed !important;
}
.check-btn {
   height: 60px;
   width: 240px;
   background-color: #EB7C90;
   border: solid 2px;
   border-color: black;
   border-radius: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: all 0.3s;
   color: white;
   text-decoration: none;
   z-index: 10;
   font-size: 27px;
}
.check-btn:hover {
   transform: scale(1.1);
   color: white;
}
.join-btn {
   height: 60px;
   width: 240px;
   background-color: #BF9CC9;
   border: solid 2px;
   border-color: black;
   border-radius: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: all 0.3s;
   color: white;
   text-decoration: none;
   z-index: 10;
   font-size: 27px;
}
.join-btn:hover {
   transform: scale(1.1);
   color: white;
}
.raritysniper-btn {
   height: 60px;
   width: 240px;
   border: solid 2px;
   border-color: black;
   border-radius: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: all 0.3s;
   color: white;
   text-decoration: none;
   z-index: 10;
   font-size: 27px;
   background: #ff8a59 url('/graphics/RaritySniper.png') 30px 14px no-repeat;
   text-indent: 21px;
}
.raritysniper-btn:hover {
   transform: scale(1.1);
   color: white;
}
.check-roadmap {
   font-size: 26px;
   margin-right: 5px;
}
.join-area {
   display: flex;
   justify-content: center;
   align-items: center;
}

.opensea-btn,.opensea-btn-mobile {
   background: url('/graphics/OpenSea.svg') no-repeat;
   background-size: contain;
   height: 45px;
   width: 45px;
   border: none;
   border-radius: 50%;
   margin-right: 10px;
   transition: all 0.3s;
   cursor: pointer;
}

.opensea-btn:hover {
   border: none;
   transform: scale(1.1);
   /*cursor: not-allowed;*/
}

.twitter-btn, .twitter-btn-mobile {
 
   background: url('/graphics/Twitter.svg') no-repeat;
   background-size: contain;
   height: 45px;
   width: 45px;
   border: none;
   border-radius: 50%;
   margin-right: 10px;
   transition: all 0.3s;
   cursor: pointer;
}

.twitter-btn:hover {
   border: none;
   transform: scale(1.1);
   
}

.discord-btn, .discord-btn-mobile {
   background: url('/graphics/Discord.svg') no-repeat;
   background-size: contain;
   height: 45px;
   width: 45px;
   border: none;
   border-radius: 50%;
   margin-right: 10px;
   transition: all 0.3s;
   cursor: pointer;
}

.discord-btn:hover {
   border: none;
   transform: scale(1.1);
  
}


/* ---------------------------------------home body----------------------------------------- */

.home-body {
   background-color: #94D5F8;
}

.large-logo {
   height: 200px;
   margin-top: 50px;
   /* margin: 50px 0 0 0; */
}

.dobby {
   width: 30%;
   /* height: 380px; */
   margin: auto;
   margin-top: -112px;
}

.cloud-bottom {
   width: 100%;
   margin-top: -17.3%;
   /* height: 100px; */
}
.cloud-bottom2 {
   width: 100%;
}
.cloud-left {
   height: 100%;
   position: absolute;
   left: 10%;
   top: 100px;
   /* animation: 3s linear 1s infinite alternate slidein; */
}

.cloud-right {
   height: 100%;
   position: absolute;
   right: 10%;
   top: 100px;
}
.cloud-divider-bottom {
   transform: rotate(180deg);
   margin-top: -1%;
}
.header-description-field {
   margin-top: -1%;
   background-color: white;
   padding: 40px 0;
}
.header-description {
   width: 40%;
   margin: auto;
   /* position: absolute;
   top: -4%;
   left: 50%;
   transform: translate(-50%); */
}

.learn-more-btn {
   background-color: #EB7C90;
   height: 50px;
   width: 160px;
   border: solid 2px;
   border-color: black;
   border-radius: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 40px;
  
   cursor: pointer;
}

.learn-more-btn:hover {
   
   transform: scale(1.1);
   transition: all 0.3s;
}


/* ------------------------------------who-dobbys-are----------------------------------- */
.who-dobbys-are {
   background-color: #94D5F8;
   padding-bottom: 10%;
}

.dobby-description img {
   position: absolute;
   left: 0;
   bottom: 0;
}
.plants-portal-mobile {
   display: none;
}
.plants {
   position: relative;
}

.plants-portal {
   margin-top: -8%;
}

.dobby-img {
   position: absolute;
   left: 9%;
   top: -43%;
   width: 35%;
}

.dobby-video-wrapper iframe {
   width: 750px;
   height: 450px;
   margin: 20px 0px 50px 0px;
}

.who-dobby {
   /* padding-bottom: 100px; */
}

.who-dobby-des {
   margin-left: 45%;
   padding-right: 250px;
   padding-bottom: 50px;
}

/* ------------------------------------dobby worlds------------------------------------------- */
.dobby-world {
   margin-top: -130px;
   background-color: #2F3263;
   position: relative;
   margin: auto;
   height: 840px;
}

.dobby-world-des {
   margin-left: 45%;
   padding-right: 250px;
   padding-bottom: 300px;
   margin-top: -13%;
   position: absolute;
   z-index: 100;
}

img{
    -webkit-user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.dobby-world-body {
   position: absolute;
   transform: translateY(-40%);
   z-index: 5;
}
.stars {
   padding-top: 150px;
}
.portal-mobile {
   display: none;
}
/* ---------------------------------dobby collection-------------------------------------- */
.planet-img {
   position: absolute;
   left: -3%;
   top: 45%;
   width: 60%;
   z-index: 100;
}
.planet-img-mobile {
   display: none;
}
.portal-img {
   position: absolute;
   left: -4.3%;
   top: 18%;
   width: 63%;
}
.dobby-collection {
   background-color: #94D5F8; 
   margin: auto;
   position: relative;
   padding-top: 6%;
}

.planets {
   position: relative;
}

.dobby-collection-body {
   position: absolute;
   transform: translateY(-50%);
}

.dobbyland {
   padding-right: 250px;
   position: absolute;
   left: 45%;
   top: 25%;
   text-align: left !important;
}

.dobbyland p {
   line-height: 17px;
}

.collection-container {
   padding-top: 26%;

}

.collection-show {
   width: 70%;
}

.collection-des {
   margin-left: 45%;
   z-index: 10;
}

.collection-img {
   border-radius: 15%;
   box-shadow: 7px 5px 1px #78B5D1;
   cursor: pointer;
   z-index: 10;
}

.collection-img:hover {
   transform: scale(1.1);
   transition: all 0.3s;
   z-index: 10000;
   /* box-shadow: 0 3px 10px 3px rgb(0 0 0 / 40%); */
   box-shadow: none;
}

.typical-collection {
   position: relative;
   margin-left: -20px;
}

.typical1 {
   position: absolute;
}

.typical2 {
   position: absolute;
   top: 110px;
   left: 50px;
}

.typical3 {
   position: absolute;
   left: 180px;
}

.collection-type {
   width: 55%;
}


.wallet {
   width: 60%;
   border-radius: 20px;
   background-color: white;
   margin-top: 100px;
   padding: 40px;
   box-shadow: 10px 7px 1px #559A92;
   margin-bottom: 50px;
   z-index: 10;
}

.wallet-title {
   color: #B793C4;
   font-size: 50px;

}

.estimate-value {
   width: 63%;
   padding: 20px;
   border-radius: 20px;
   border-color: #6FBEB5 !important;
   border: solid 5px;
   box-shadow: 7px 5px 1px #D9D9D9;
   margin-right: 40px;
   margin-left: 80px;

}

.esti-val {
   font-size: 25px;
}

.wallet-des {
   padding-right: 70px;
}

.wallet p {
   line-height: 17px;
}

.value {
   font-size: 40px;
   color: #6FBEB5;
}

.dobby-team {
   position: relative;
   /* z-index: 1000000; */
}

.team-member {
   background-color: #844E3F;
}

.team {
   position: absolute;
   width: 100%;
}

.lava-divider {
   position: absolute;
   transform: translateY(-52%);
   left: 0;
   width: 100%;
   z-index: 9;
}

.green-hill {
   position: absolute;
   transform: translateY(-70%);
   left: 0;
   width: 100%;

}

.dobby-team-main {
   background-color: #844E3F;
   position: relative;
}

.team-title {
   padding-top: 6%;
   font-size: 50px;
   color: #FFE78B;
}
.members {
   padding: 0 120px;
}
/* .member1 {
   background-color: #FFE78B;
}
.member2 {
   background-color: #B793C4;
}
.member3 {
   background-color: #EB7D91;
}
.member4 {
   background-color: #94D5F8;
} */
.member-img {
   border-radius: 15%;
   box-shadow: 7px 5px 1px #643931;
   cursor: pointer;
   z-index: 10;
}
.member-img:hover {
   transform: scale(1.1);
   transition: all 0.3s;
   z-index: 10000;
   /* box-shadow: 0 3px 10px 3px rgb(0 0 0 / 40%); */
   box-shadow: none;
}

.member-title {
   color: #FFE78B;
}
.member-subtitle {
   color: #C8B0A9;
}
.footer {
   color: #D8C7C2;
}


.bar-mobile {
   display: none;
}
.back-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 45px;
   color: black;
   width: 120px;
   border: solid 2px;
   margin: auto;
   border-radius: 30px;
   transition: all 0.3s;
   text-decoration: none;
   background-color: #FFEB9D;
   
}

.back-btn:hover {
   transform: scale(1.1);
   color: black;
}

/* ----------------------------------Mint------------------------------------- */

#mint {
   background-color: #2F3263;
   /*height: 100vh;*/
   min-height: calc(100vh);
   
}
.mint-field {
   width: 30%;
   margin: auto;
   position: relative;
}
.mint-logo {
   height: 90px;
   margin-top: 50px;
   margin-bottom: 40px;
}
.mint-alert {
   background: #9B80B1;
   border-radius: 20px;
   padding: 10px;
}
.mint-info {
   background-color: #222649;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   padding-top: 10px;
}
.address-info {
   border-bottom: solid 1px;
   border-color: #C6B57A;
}
.mint-supply {
   border-right: solid 1px;
   border-color: #C6B57A;
}
.mint-target {
   /* border: solid 1px; */
   border-radius: 20px;
}
.mint-connect {
   background-color: #6EBDF5;
   padding: 15px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   cursor: pointer;
   transition: all 0.3s;
}
.mint-connect:hover {
   background-color:   #80c4f5;
   
}
.mint-img {
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;

   background-color: #FFE78B;
   padding: 20px;
}
.mint-price {
   padding: 15px;
   background-color: #222649;
   border: solid;
   border-width: 0 0 1px 0;
   border-color: #6EBDB5;
}
.mint-minus, .mint-count, .mint-plus, .mint-button {
   padding: 10px;
   cursor: pointer;
}

.mint-button {
   flex: 2;
   background-color: #6EBDB5;
   border-bottom-right-radius: 20px;
   transition: all 0.3s;
}
.mint-button:hover {
   background-color: #7cbeb7;
}
.mint-minus {
   background-color: #222649;
   flex: 1;
   color: white;
   border-right: solid 1px;
   border-color: #6EBDB5;
   border-bottom-left-radius: 20px;
}
.mint-plus {
   background-color: #222649;
   flex: 1;
   color: white;
   border-left: solid 1px;
   border-color: #6EBDB5;
}
.mint-count {
   background-color: #222649;
   flex: 2;
   color: #6EBDB5;
}
.mint-planet {
   width: 40%;
   position: fixed;
   max-width: 1250px;
   bottom: -25%;
   left: 52%;
   transform: translateX(-55%);
}
.mint-star1 {
   position: absolute;
   left: 100px;
}
.mint-star2 {
   position: absolute;
   right: 100px;
}
.wallet-info {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.wallet-address {
   word-break: break-all;
   padding: 0 10px;
}


.active-trans {
   display: none;
}
.active-trans1 {
   display: none;
}
.active-trans2 {
   display: none;
}
.active-trans-right {
   display: none;
}
.wallet-btn > div {
   width: 100%;
}
.wallet-btn > div button {
   width: 100%;
   text-align: center !important;
   border-top-left-radius: 0 !important;
   border-top-right-radius: 0 !important;
   transition: all 0.4s !important;
}
.wallet-btn > div button:hover {
   transform: scale(1) !important;
   background-color: #3088fc !important;
}

.about-dobbyland-whiteboard {
   background-color: white;
   margin-top: -1%;
   height: 400px;
}





.dobby-landing {
   width: 100%;
   margin: auto;
   /* display: block; */
}
.dobby-navbar {
   background-color: #8AB6C9;
   padding: 10px;
   position: fixed;
   top: 105px;
   /* opacity: 0.9; */
   z-index: 100000000000000;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
   justify-content: center;
   align-items: center;
}
.navbar-field {
   width: 60%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.nav-item {
   padding: 0 50px;
}
.dobby-nav-item-disabled {
   color: #C2C2C2;
   cursor: not-allowed;
   text-decoration: none;
}
.dobby-nav-item-disabled:hover {
   color: #C2C2C2;
}
.dobby-nav-item {
   /* padding: 10px; */
   color: white;
   text-decoration: none;
   cursor: pointer;
   padding: 5px 20px;
   border-radius: 10px;
   transition: all 0.5s;
}
.dobby-nav-item:hover {
   color: white;
   background-color: #9bc6d1;
}

/* ----------------------------roadmap--------------------------------- */

.roadmap-title {
   font-size: 50px;
   color: #C8A4CD;
   margin-top: 30px;
}
.roadmap-main {
   width: 70%;
   margin: auto;
   position: relative;
}
.roadmap {
   background-color: rgba(83, 88, 175, 0.42);
   padding: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   /* justify-content: space-between; */
   z-index: 100;
}
.roadmap-step-top:hover,.roadmap-step-down:hover,.roadmap-step2:hover{
   transform: scale(1.05);
   box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}
.roadmap-mobile {
   display: none;
}
.roadmap-step-top {
  height: 10vw;
  margin: 5px;
  max-height: 255px;
  transition: all 0.3s;
  cursor: pointer;
}
.roadmap-step-down {
  height: 10.55vw;
  margin: 5px;
  max-height: 268px;
  transition: all 0.3s;
  cursor: pointer;
}
.roadmap-step2 {
   height: 21vw;
   margin: 5px;
   max-height: 540px;
   transition: all 0.3s;
   cursor: pointer;
}
@media (min-width: 1400px) {
   .dobby-landing {
      max-width: 100% !important;
   }

}

@media (max-width: 1000px) {
   #home, #mint {
      padding-top: 65px;
   }
   #root {
      overflow-x: hidden;
   }
   .dobby-navbar {
      display: none;
   }
   .header-field {
      width: 100%;
      margin: auto;
   }
   
   .logo {
      height: 45px;
      margin-left: 50px;
   }
   
   .cloud-left {
      top: 120px;
      left: 0%;
      width: 33%;
   }
   .cloud-right {
      top: 120px;
      width: 33%;
      right: 0;
   }
   .cloud-bottom {
      /* height: 100px; */
      width: 350%;
      margin-top: -42%;
      transform: translateX(-9%);
      /* overflow-x: hidden; */
   }
   .cloud-bottom2 {
      /* height: 100px; */
      width: 350%;
      transform: translateX(-9%);
      /* overflow-x: hidden; */
   }
   .cloud-divider-bottom {
      width: 300%;
      margin-left: -25%;
      margin-top: -3%;
      /* transform: translate(-40%); */
   }
   .header-description {
      width: 80%;
   }
   
   .who-dobbys-are {
      padding-bottom: 50%;
   }
   .dobby-world-des {
      margin: auto !important;
      padding-bottom: 300px;
      margin-top: 0 !important;
      padding: 20px !important;
      text-align: center;
   
   }
   .dobby-collection-headline {
      display: none !important;
   }
   .typical-collection {
      display: none !important;
   }
   .portal-img {
     display: none;
   }
   .collection-des {
      margin-left: 0;
      text-align: center;
      padding: 20px;
      padding-top: 45%;
   }
   .collection-row {
      overflow-x: auto;
      
   }
   .collection-row::-webkit-scrollbar{
      display: none;
   }
   .collection-type {
      width: 100%;
   }
   .members {
      width: 100%;
   }
   
   .large-logo {
      height: 100px;
      /* margin: 50px 0 0 0; */
   }
   .opensea-btn, .twitter-btn, .discord-btn {
      display: none;
   }
   .header-btn-field {
      margin-right: 20px;
   }
   .dobbyland {
      padding: 20px !important;
      left: 0;
      top: 30%;
      text-align: center !important;
   }
   .plants-portal {
      display: none;
   }
   .plants-portal-mobile {
      width: 100%;
      display: block;
      margin-top: 10%;
      transform: scale(2);
   }
   .portal-mobile {
      display: block;
      width: 121%;
      position: absolute;
      top: -68%;
      left: 50%;
      transform: translateX(-50%);
   }
   .planet-img {
      display: none;
   }
   .dobby-img {
      position: absolute;
      left: 11%;
      top: -153%;
      width: 80%;
   }
   
   .who-dobbys-headline {
      /* width: 250px; */
      /* display: none; */
   }
   .who-dobby-des {
      text-align: center;
      padding: 20px 40px !important;
   }
   .who-dobbys-headline-mobile {
      display: block;
      width: 300px;
      margin: auto;
   }
  
   .dobby {
      width: 67%;
      /* height: 250px; */
      margin-top: -50px;
   }
   .stars {
      padding-top: 25%;
   }
   .members {
      padding: 10px;
   }
   .member-img {
      height: 140px;
      width: 140px;
   }
   .collection-show {
      width: 100%;
   }
   .wallet {
      width: 90%;
      padding: 10px;
   }
   .wallet-info {
      display: block !important;
   }
   .estimate-value {
      width: 100%;
      padding: 10px;
      margin-right: 0;
      margin-left: 0;
   
   }
   .wallet-des {
      margin-top: 20px;
      text-align: center;
      padding-right: 0;
   }
   .who-dobby-des {
      margin-left: 0;
      padding-right: 0;
      padding-bottom: 50px;
   }
   .header {
      padding: 10px;
   }
   .clouds {
      width: 350%;
      
      text-align: center;
   }
   .dobby-world {
      padding-bottom: 130%;
      height: 1700px;
   }
   .planet-img-mobile {
      display: block;
      position: absolute;
      top: -82%;
      width: 150%;
      left: -25%;
   }
   .collection-img {
      width: 90px;
      height: 90px;
      margin: 5px;
   }
   .mint-field {
      width:100%;
      padding: 30px;
   }
   
   .mint-planet {
      width: 120%;
      margin-top: -42%;
      margin-left: 0;
   }
   .bar-mobile {
      font-size: 15px;
      color: #33315B;
      margin-left: 20px;
   }
   .mobile-field {
      position: absolute;
      left: -200px;
      background-color: #A86DB5;
      opacity: 0.4;
      top: 50px;
      width: 150px;
      height: 400px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      z-index: -1;

   }
   .active-trans {
      display: block;
      transition: all 0.1s;
   }
   .active-trans1 {
      display: block;
      transition: all 0.1s;
   }
   .active-trans2 {
      display: block;
      transition: all 0.1s;
   }
   .active-trans-right {
      display: block;
      transition: all 0.1s;
      background-color: white;
      border: solid 1px black;
      padding: 0 5px;
      width: 70px;
      text-align: center;
   }
   .opensea-btn-mobile {
      position: absolute;
      top: 75px;
      left:-50px;
      transition-delay: 0.4s;
   }
   .twitter-btn-mobile {
      position: absolute;
      top: 125px;
      left:-50px;
      transition-delay: 0.5s;
   }
   .discord-btn-mobile {
      position: absolute;
      top: 175px;
      left:-50px;
      transition-delay: 0.6s;
   }
   .active {
      left: 45px !important;
   }
   .active1 {
      left: 18px !important;
   }
   .active2 {
      left: 0 !important;
   }
   .bar-mobile {
      display: block;
   }
   .round-btn-cover {
      width: 110px;
      text-align: center;
   }
   .home-btn-mobile {
      position: absolute;
      top: 75px;
      left:-120px;
      text-decoration: none;
      color: black;
      background-color: #FFE78A;
      /* padding: 10px; */
      font-size: 22px;
      border-radius: 20px;
      background-color: #A86DB5;
      color: white;
      width: 110px;
      text-align: center;
   }
   .roadmap-btn-mobile {
      position: absolute;
      top: 125px;
      left:-120px;
      text-decoration: none;
      transition-delay: 0.1s;
      font-size: 22px;
      border-radius: 20px;
      background-color: #A86DB5;
      color: white;
      width: 110px;
      text-align: center;
   }
   .doobcoin-btn-mobile {
      position: absolute;
      top: 135px;
      left:-120px;
      text-decoration: none;
      color: black;
      transition-delay: 0.2s;
      border-radius: 5px;
      background-color: #C3C3C3;
   }
   .breeding-btn-mobile {
      position: absolute;
      top: 175px;
      left:-120px;
      text-decoration: none;
      transition-delay: 0.2s;
      border-radius: 20px;
      background-color: #A86DB5;
      color: white;
      width: 110px;
      text-align: center;
      font-size: 22px;
   }
   .shop-btn-mobile {
      position: absolute;
      top: 225px;
      left:-120px;
      text-decoration: none;
      transition-delay: 0.3s;
      border-radius: 20px;
      background-color: #A86DB5;
      color: white;
      width: 110px;
      text-align: center;
      font-size: 22px;
   }
   .mint-star1 {
      height: 69%;
      width: 80%;
      left: 10%;
   }
   .mint-star2 {
     display: none;
   }
   .roadmap {
      display: none;
   }
   .roadmap-main {
      width: 90%;
   }
   .roadmap-mobile {
      background-color: rgba(83, 88, 175, 0.42);
      display: block;
      padding: 8px;
      width: 100%;
      z-index: 100;
      margin: auto;
   }
   .roadmap-step-mobile-one:hover, .roadmap-step-mobile-two:hover, .roadmap-step-mobile-three:hover,.roadmap-step-mobile-four:hover,.roadmap-step-mobile-five:hover{
      transform: scale(1.15);
      box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
   }
   .roadmap-step-mobile-one {
      height: calc(35.5vw - 10px);
      margin: 5px;
      transition: all 0.2s;
   }
   .roadmap-step-mobile-two {
      height: calc(37.3vw - 10px);
      margin: 5px;
      transition: all 0.2s;
   }
   .roadmap-step-mobile-three {
      height: calc(35.7vw - 10px);
      margin: 5px;
      transition: all 0.2s;
   }
   .roadmap-step-mobile-four {
      height: calc(35.9vw - 10px);
      margin: 5px;
      transition: all 0.2s;
   }
   .roadmap-step-mobile-five {
      height: calc(34.2vw - 10px);
      margin: 5px;  max-height: 255px;
      transition: all 0.2s;
   }

}
@media (max-width: 900px) {
   .dobby-world {
      height: 1900px;
   }
}
@media (max-width: 800px) {
   .dobby-world {
      height: 1700px;
   }
   .dobby-video-wrapper iframe {
      width: 550px;
      height: 330px;
   }
}
@media (max-width: 600px) {
   .dobby-world {
      height: 1500px;
   }
   .dobby-video-wrapper iframe {
      width: 330px;
      height: 200px;
      margin: 20px 0px 0px 0px;
   }
}

@media (max-width: 400px) {
   #home, #mint {
      padding-top: 50px;
   }
   /* .cloud-bottom {
      margin-top: -34%;
   } */
   .logo {
      height: 30px;
      margin-left: 15px;
   }
   .header-description {
      /*font-size: 12px;*/
      top: 0;
      margin-top: 0;
   }
   .cloud-divider-bottom {
      width: 300%;
      margin-left: -25%;
      margin-top: -3%;
      /* transform: translate(-40%); */
   }
   .about-dobbyland {
      width: 220px;
   }
   .mint-btn {
      height: 25px;
      width: 60px;
   }
   .large-logo {
      height: 80px;
   }
   .dobby {
      width: 70%;
      /* height: 160px; */
      margin-top: -10px;
   }
   .learn-more-btn {
      height: 35px;
      width: 130px;
      margin: auto;
   }
   .join-btn {
      height: 55px;
      width: 200px;
      margin:auto;
      margin-top: 5px;

   }
   .check-btn {
      height: 50px;
      font-size: 20px;
   }
   .check-roadmap {
      font-size: 20px;
   }
   .join-area {
      display: block !important;
      
   }
   .who-dobbys-headline {
      width: 220px;
   }
   .clouds {
      width: 600%;
      transform: translate(-15%);
   }
   .dobbyland {
      top: 23%;
   }
   .dobbyland p {
      /*font-size: 12px;*/
   }
   .dobby-world {
      padding-bottom: 155%;
      height: 1400px;
   }
   .planet-img-mobile {
      top: -56%;
   }
   .who-dobbys-headline-mobile {
      width: 220px;
   }
   .collection-des {
      padding-top: 85%;
   }
   .wallet {
      width: 85%;
   }
   .members {
      margin: 0 !important;
   }
   .member-img {
      width: 120px;
      height: 120px;
   }
   .member-subtitle {
      font-size: 15px;
   }
   .footer {
      padding: 20px;
   }
   .member-title {
      font-size: 15px;
   }
}