@font-face {
  font-family: DMSans-Bold;
  src: url(../DM_Sans/DMSans-Bold.ttf);
}

@font-face {
  font-family: DMSans-Regular;
  src: url(../DM_Sans/DMSans-Regular.ttf);
}

@font-face {
  font-family: DMSans-Medium;
  src: url(../DM_Sans/DMSans-Medium.ttf);
}

@font-face {
  font-family: Manrope-Regular;
  src: url(../DM_Sans/Manrope-Regular.ttf);
}

@font-face {
  font-family: New York Extra Large Regular;
  src: url(../DM_Sans/NewYorkExtraLargeRegular.ttf);
}

@font-face {
  font-family: ClashDisplay-Regula;
  src: url(../DM_Sans/ClashDisplay-Regular.otf);
}

body {
  margin: 0%;
  padding: 0%;
  background: #ffffff;
  /*background: url(../Media/bodybg.svg);*/
  /*background: url(../Media/remainingbg1.png);*/
  background: url(../Media/remainingbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  user-select: none;
}

header {
  background: #1859d7 !important;
}

/* nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 20px 90px 20px 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} */

.test-3 {
  width: 100%;
  height: 100vh;
  background-color: gray;
  position: relative;
  z-index: 12;
}

.wwd-header-content {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}

.brands {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  transform: rotate(-45.58deg);
  transform-origin: left;
  /* top: 76%;
  left: -13px; */
  top: 83%;
  left: 44px;
}

/* nav {
  z-index: 3;
  position: relative;
 
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #1859d7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} */

/* .wwd-slide img {
  width: 178px;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  animation: scroll 60s linear infinite;
  box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  border: 2px solid #ffffff;
  filter: drop-shadow(14px 17px 34px rgba(0, 0, 0, 0.03));
  border-radius: 12px;
} */

/* sliders */

.wwd-slide img {
  /* width: 100%; */
  animation: scroll 60s linear infinite;
  /* box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03); */
  /* border-radius: 30px; */
  width: 178px;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  animation: scroll 60s linear infinite;
  box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 12px;
  filter: drop-shadow(14px 17px 34px rgba(0, 0, 0, 0.03));
}

.wwd-slide-track {
  width: 100%;
  display: flex;
  /* gap: 3em; */
  gap: 20px;
  overflow: hidden;
}

.slider {
  /* margin-top: 70px;
  background-color: whitesmoke;
  padding: 8em 2em; */
}

@keyframes scroll {
  0% {
    transform: translateX(-1000%);
  }
  100% {
    transform: translatex(0);
  }
}

.wwd-slide-r {
  /* height: 210px; */
  /* height: 235px; */
  height: 211px;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.wwd-slide {
  /* height: 210px; */
  /* height: 235px; */
  height: 211px;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.wwd-slide-r img {
  /* width: 100%; */
  width: 178px;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  animation: scrollt 60s linear infinite;
  box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  border: 2px solid #ffffff;
  filter: drop-shadow(14px 17px 34px rgba(0, 0, 0, 0.03));
  border-radius: 12px;
}

.wwd-slide-r-track {
  width: 100%;
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.slider {
  /* margin-top: 70px;
  background-color: whitesmoke;
  padding: 8em 2em; */
  margin-bottom: 8px;
}

@keyframes scrollt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}

.wwd-slide-rr .platform-icon-container {
  width: 178px;
  height: 178px;
  animation: scrolltr 60s linear infinite;
  box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
}

.wwd-slide-rr {
  height: 250px;
  display: flex;
  align-items: center;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
}

.wwd-slide-rr-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

@keyframes scrolltr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}

.m-24b {
  margin-bottom: 24px;
}

.gtco-testimonials .center .card-text {
  height: 117px;
}

@media only screen and (max-width: 670px) {
  .wwd-slide-rr-track {
    gap: 2em;
  }
  .gtco-testimonials .card {
    padding: 20px;
  }
  .gtco-testimonials .card .card-img-top {
    width: 60px;
    height: 60px;
  }
  .testomonial-title {
    font-size: 18px;
    line-height: 21px;
  }
  .testomonial-subtitle {
    font-size: 14px;
    line-height: 19px;
  }
  .flex-testomoni {
    gap: 12px;
  }
  .flex-testo-tiles {
    gap: 5px;
  }
  .gtco-testimonials .card p {
    height: 200px;
    font-size: 17px;
  }
  .gtco-testimonials .center .card-text {
    height: 205px;
  }
}

header {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 100px) !important;
  background-color: #eee;
}

.other-secs {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background: #1859d7;
  /* background-color: #eee; */
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}

#Meme-sec {
  position: relative;
}

body::-webkit-scrollbar {
  display: none;
}

.wwd-hero-text {
  position: absolute;
  z-index: 11;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  /* margin: 0px 100px; */
  padding-left: 40%;
  background: #1859d761;
}

.m-l-100 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  /* margin: 0px 100px; */
  /* background: #1859d761; */
}

.wwd-hero-header {
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-transform: capitalize;
  text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.35);
}

.wwd-hero-header-subt {
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.35);
  width: 672px;
  /* margin-top: 24px; */
}

.n-d {
  transform: rotate(-90deg);
  left: 22%;
}

.doggo-img img {
  height: 460px;
  /* border: 8px solid #ffffff; */
  border-radius: 24px;
}

.doggo-sect {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* justify-content: space-between; */
  margin: 0px 100px;
  gap: 120px;
}

.doggos {
  /* background-image: url(../Media/doggobg.png); */
  background-color: transparent;
}

.bl {
  color: black !important;
}

.wwd-hero-header-subt-doggo {
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  color: #565e65;
  /* margin-top: 24px; */
}

.wwd-hero-header-doggo {
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-transform: capitalize;
  color: #030d20;
}

#Influencer-1 {
  /* display: none; */
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
}

#Influencer-2 {
  /* display: none; */
  font-family: DMSans-Regular;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
  width: 672px;
  font-style: normal;
  ufont-weight: 600;
  font-size: 18px;
  line-height: 28px;
  /* or 175% */
  color: rgba(255, 255, 255, 0.9);
}

#Brand-1 {
  /* display: none; */
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
}

#Brand-2 {
  /* display: none; */
  font-family: DMSans-Regular;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
  width: 672px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* or 175% */
  color: rgba(255, 255, 255, 0.9);
}

#Meme-1 {
  display: block;
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
}

#Meme-2 {
  display: none;
  font-family: DMSans-Regular;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
  /* width: 672px; */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* or 175% */
  color: #565e65;
}

#Barter-1 {
  display: block;
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
}

#Barter-2 {
  display: none;
  font-family: DMSans-Regular;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
  width: 672px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* or 175% */
  color: rgba(255, 255, 255, 0.9);
}

#Content-1 {
  /* display: none; */
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
}

#Content-2 {
  /* display: none; */
  font-family: DMSans-Regular;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: opacity 800ms, visibility 800ms;
  transition: opacity 800ms, visibility 800ms;
  /* width: 672px; */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* or 175% */
  color: #565e65;
}

@media only screen and (max-width: 670px) {
  header {
    height: 100vh !important;
  }
  .wwd-hero-text {
    margin: 0;
    padding: 0px;
    padding-top: 100px;
    justify-content: flex-start;
  }
  .wwd-hero-header-subt {
    width: auto;
    padding: 0px 24px;
    font-size: 26px;
    font-size: 18px;
  }
  .wwd-hero-header {
    padding: 0px 24px;
  }
  #Influencer-2 {
    padding: 0px 20px;
    width: auto !important;
    padding-top: 100px;
    line-height: 26px;
    font-size: 17px;
  }
  .doggo-sect {
    flex-direction: column-reverse;
    gap: 45px;
    margin: 0;
    justify-content: flex-end;
  }
  .doggo-img img {
    width: 320px;
    height: 394px;
  }
  #Meme-2 {
    width: auto;
    /* line-height: 24px; */
    font-size: 17px;
  }
  #Content-2 {
    width: auto;
    /* line-height: px; */
    font-size: 17px;
  }
  .doggos {
    padding: 54px 20px;
    width: auto;
    height: auto;
  }
  #Brand-2 {
    width: auto;
    padding: 0px 24px;
    padding-top: 100px;
    font-size: 17px;
    /* line-height: 24px; */
  }
  #Barter-2 {
    padding: 0px 24px;
    width: auto;
    font-size: 17px;
  }
}

@media only screen and (max-width: 390px) {
  header {
    height: 110vh !important;
    font-size: 16px;
    line-height: 22px;
  }
}
