html {
  background-color: #f7b226;
  scroll-behavior: smooth;
}

@font-face {
    font-family: FuturaBold;
    src: url(Futura\ Bold\ font.ttf);
  }

body {
  font-family: FuturaBold, Arial, Helvetica, sans-serif;
  color: white;
  position: relative;
  margin: 0;
  padding: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.section {
  height: 1080px;
}
/* Header  */

header {
  padding: 10px;
  display: flex;
  background-color: #f18921;
  border-bottom: 5px dashed white;
}

a {
  color: white;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  scale: 1.01;
}

a.aHeaderLinks:hover {
  scale: 1.25;
}

.headerLeft {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 30%;
}

.headerRight {
  width: 70%;
}

.headerLogo {
  width: 60px;
}

.headerTitle {
  font-size: 40px;
  text-align: center;
}

.headerLinks {
  font-size: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

/* Homepage */
.orangeBackground {
  background: linear-gradient(#ffc95b, #f7b226, #f7b226);
}

.blueBackground {
  background: linear-gradient(#2e6bc1, #82a8d9);
}

.titleDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1080px;
  padding-top: 30px;
}

.largeLogo {
  width: 350px;
}

.largeLogo:hover {
    -webkit-animation: mover 0.2s infinite alternate;
    animation: mover 0.2s infinite alternate;
  }

.titleTitle {
  font-size: 100px;
  font-weight: bolder;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

.titleQuote {
  font-size: 50px;
}

.logoLinks {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0px;
}

.linkLogos {
  display: block;
  width: 90px;
  height: auto;
  transition: transform 0.2s;
  animation: fadeIn 3s;
}

.linkLogos:hover {
  transform: scale(1.15);
}

.addressTitle {
    font-size: 45px;
    margin-top: 60px;
}

.address {
  font-size: 30px;
  margin: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #f18921;
  padding: 5px 15px;
  border-radius: 10px;
  border: 3px dashed white;
}

#btn-copy {
  width: 30px;
  transition: all 0.2s;
}

#btn-copy:hover {
  scale: 1.1;
}

.buybutton {
  width: 250px;
  transition: all 0.2s;
}

.buybutton:hover {
  scale: 1.1;
}

/* About Dug */
.topDiv {
}

.aboutDugDiv,
.roadmapDiv {
  display: flex;
  align-items: center;
  width: 100%;
}

.leftDiv,
.rightDiv {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carl {
  width: 600px;
}

.subTitle {
  font-size: 100px
}

.subTitleDescription {
  font-size: 35px;
  text-align: center;
}

.aboutDugDescription {
  padding-right: 10px;
}

/* Tokenomics */

.tokenomicsDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.piechart {
  width: 400px;
}

.tokenomicsLeftAndRight {
  display: flex;
  justify-content: space-evenly;
  width: 100%
}

.tokenomicsLeft,
.tokenomicsRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.supply {
  font-size: 50px;
}

.tokenomicsFooter {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.kevin {
  width: 300px;
}

/* ROADMAP */

.russell {
  width:550px;
}

.phaseDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-top: 10px;
}

.phase {
  font-size: 50px;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  text-align: center;
  width: 100%;
}

.number {
  border: 4px solid white;
  background-color: black;
  border-radius: 100px;
  width: 60px;
}

/* Footer One */

.footerOne {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  font-size: 30px;
  height: 1500px;
}

.footerLogo {
  width: 80px;
}

.logoLinksFooter {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0px;
}

.linkLogosFooter {
  display: block;
  width: 50px;
  height: auto;
  transition: transform 0.2s;
  animation: fadeIn 3s;
}

.linkLogosFooter:hover {
  transform: scale(1.15);
}

.disclaimer,
.nftdescription {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
  width:80%;
}

/*Footer Two */

footer {
  display: block;
  bottom: 0;
  left: 0;
}

.backgroundDiv {
    bottom: 0;
    left: 0;
    position: relative;
}

.mobileBackgroundDiv {
  display: none;
}

.backgroundimage {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 0vw;
  left: 0vw;
}

.cloudone {
    -webkit-animation: mover 4s infinite alternate;
    animation: mover 5s infinite alternate;
  }

  .cloudtwo {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 4s infinite alternate;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-10px);
    }
  }

  @keyframes mover {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-10px);
    }
  }
}

.houselink {
    position: relative;
    transition: all 0.2s;
}

.up {
    font-size: 3vw;
    margin-bottom: 0vw;
    margin-left: 10vw;
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
}

.house {
  position: absolute;
  width: 150px;
  bottom: 33vw;
  left: 45vw;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 3s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

.houselink:hover {
    transform: scale(1.05);
}

.houselink:hover .up{
    opacity: 1;
}

@media only screen and (max-width: 1250px) {
  .carl {
    width: 48vw;
  }

  .subTitle {
    font-size: 8.3vw
  }
  
  .subTitleDescription {
    font-size: 3.5vw;
    text-align: center;
  }

  .russell {
    width: 45vw;
  }
  
  .phase {
    font-size: 4vw;
  }

  .number {
    font-size: 50px;
  }

  .house {
    width: 150px;
  }

  .up {
    margin-left: 12vw;
  }
}

@media only screen and (max-width: 965px) {
  .headerLinks {
    font-size: 30px;
  }
}

@media only screen and (max-width: 810px) {
  .headerTitle {
    font-size: 5vw;
  }
  
  .headerLinks {
    font-size: 4.1vw;
  }

  .divider {
    font-size: 4vw;
  }

  .piechart {
    width: 45vw;
  }

  .kevin {
    width: 37vw;
  }

  .aboutDugDiv {
    flex-direction: column;
    justify-content: center;
  }

  .aboutDugRight {
    width: 90%;
  }

  .phase {
    flex-direction: row;
  }
  
  .number {
    margin-right: 10px;
  }

  .roadmapDiv {
    flex-direction: column;
    justify-content: center;
  }

  .roadmapRight {
    width: 90%;
  }

  .up {
    margin-left: 15vw;
  }
}

@media only screen and (max-width: 700px) {
  .titleTitle {
    font-size: 14.5vw;
    text-align: center;
  }

  .titleQuote {
    font-size: 7.2vw;
  }

  .up {
    margin-left: 17vw;
  }

@media only screen and (max-width: 640px) {
  .addressTitle {
    margin-top: -1vw;
  }
  
  .address {
    font-size: 4.7vw;
    padding: 5px;
  }

  #btn-copy {
    width: 4.7vw;
    transition: all 0.2s;
  }

  .logoLinks {
    gap: 10px;
  }
  
  .linkLogos {
    width: 16vw;
  }

  .headerTitle {
    display: none;
  }

  .headerLogo {
    width: 50px;
  }

  .headerLeft {
    width: 10%
  }

  .headerRight {
    width: 90%
  }

  .roadmapDiv {
    height: 800px;
  }

  .tokenomicsDiv {
    height: 800px;
  }

  .aboutDugDiv {
    height: 800px;
  }

  .backgroundDiv {
    display: none;
  }

  .mobileBackgroundDiv {
    display: block;
  }

  .house {
    width: 150px;
    bottom: 75vw;
    left: 35vw;
  }

@media only screen and (max-width: 435px) {
  .buybutton {
    width: 60vw;
  }

  .footerOne {
    height: 1300px;
  }

  .subTitleDescription {
    font-size: 20px;
  }

  .titleDiv {
    height: 950px;
  }

  .roadmapSubTitle {
    margin-top: 5px;
  }

  .phaseDiv {
    gap: 5px;
  }
  
  .phase {
    font-size: 25px;
  }
  
  .number {
    width: 48px;
    font-size: 40px;
  }

  .copyright {
    font-size: 20px;
  }

  .up {
    font-size: 5vw;
    margin-left: 25vw;
    opacity: 1;
  }

  .logodivider {
    display: none;
  }

  .headerLeft {
    width: 20%
  }

  .headerRight {
    width: 80%
  }
}