@import url("https://fonts.googleapis.com/css2?family=Nunito&family=Poppins&family=Zen+Antique&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Poppins:wght@400;700&family=Zen+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&family=Poppins:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&family=Poppins:wght@500;600&family=Rampart+One&family=Readex+Pro:wght@500&display=swap');
/* * UPDATE - 1 */
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

#card7{
   margin: 10px;
background-image: linear-gradient( 109.6deg,  rgba(245,56,56,1) 11.2%, rgba(234,192,117,1) 78% );


}

#card6{
   margin: 10px;
background-color: #e7be18;
background-image: linear-gradient(132deg, #facf23 0%, #16A085 100%);


}

.btsvids{
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.418);
  background: url(./loading-cat.gif) center center no-repeat;

}

.bts-imgs {
  width: 380px;
  height: auto;
}

:root {
  --font-poppins: "Poppins", serif;
  --color: rgb(201, 42, 42);
  --font-nun: "Nunito", serif;
  --theme: #111111b9;
  --theme_text: 'PT Serif', serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", serif;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 0.5rem;
}

body::-webkit-scrollbar-track {
  background: rgb(12, 12, 12);
}

body::-webkit-scrollbar-thumb {
  background: rgb(19, 161, 102);
  border-radius: 5px;
  border: 2px solid rgb(0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.header-font {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-size: 4rem;
  color: rgb(255, 255, 255);
  transition: all 0.4s ease;
}


.topbtn{
  
  position: fixed;
  right: 0;
  bottom: 5rem;
  z-index:9999;
  border-radius:2px;
  border:3px solid rgb(75, 77, 235);
  outline:none;
  width:3rem;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(50px)rotate(90deg);
  background-color: rgb(27, 26, 26);
}

.doggo{
  width:400px;
  margin: 0 auto;
}

@media(max-width:690px){
  .doggo{

    width:320px;
  }
}

@media(max-width:610px){
  .doggo{
    max-width:300px;
  }
}

@media(max-width:530px){
  .doggo{
    max-width:200px;
  }
  
}

@media (max-width:400px){
  .topper{
    font-size: 1rem;
  }
  .doggo{
    max-width:150px;
  }
}

.active-topbtn{
  transform: translateX(0px);
}

#allClts{
  margin: 0 auto;
  transition: all 0.3s ease;
}

#allClts:hover{
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.664);
  transform: translateY(-8px);
}

/* ? Cover img */
#cover_img {
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease-in;

}

.cover-text {
 
  font-family: 'Pacifico', cursive;;
  color: rgb(255, 255, 255);
  
  top:30%;
  position: absolute; 
  left: 50%; 

}

.blurcover{
filter: blur(2.3px);
}


.cover-text h1 {
  position: relative; left: -50%;
  padding:20px;
  border-radius: 7px;
  width:100%;
  font-size: 3.9rem;
  transition: all 0.4s ease;
  margin: 0 auto;
  background: rgb(24,124,215);
  background: rgb(126,13,0);
  background: linear-gradient(90deg, rgba(126,13,0,0.8631827731092436) 0%, rgba(207,10,10,0.8687850140056023) 50%, rgba(92,1,0,0.8519782913165266) 100%);
  box-shadow: 0 0 30px 10px black;
word-spacing: 2px;
}

@media (max-width: 612px) {
  .cover-text h1 {
    font-size: 3.4rem;
  }
}

@media (max-width: 568px) {
  .cover-text h1 {
    font-size: 3.2rem;
  }
}

@media (max-width: 537px) {
  .cover-text h1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 495px) {
  .cover-text h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 419px) {
  .cover-text h1 {
    font-size: 2rem;
  }
}

@media (max-width: 361px) {
  .cover-text h1 {
    font-size: 1.8rem;
  }
  #projbtn {
    padding: 4px;
    font-size: 0.7rem;
  }
}

@media (max-width: 333px) {
  .cover-text h1 {
    font-size: 1.5rem;
  }
  #projbtn {
    padding: 2px;
    font-size: 0.7rem;
  }
}



/* ? ABOUT US */

/* ! Team  */
.team-font {
  font-family: "Poppins", serif;
  font-weight: 1000;
  font-size: 2.2rem;
  color: rgb(255, 255, 255);
}

.mycard {
  padding: 30px;
}
.team-div {
  background-image: url("./teamback.jpg");
  background-position: 10px;
  background-repeat: repeat;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px;
}

.team-para {
  max-width: 30%;
}

.team-p {
  font-family: var(--font-poppins);
  color: rgb(0, 0, 0);
  font-size: 2rem;
  font-weight: bolder;
  transition: all 0.4s ease;
}

#ourteam {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(29, 29, 29, 1) 49%,
    rgba(0, 0, 0, 1) 100%
  );
}
.pics {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 70%;
}

.team-pics {
  width: 250px;
  border-radius: 5px;
  transition: all 0.4s ease;
}

@media (max-width: 1242px) {
  .pics {
    width: 80%;
  }
  .team-p {
    font-size: 1.8rem;
  }
}

@media (max-width: 1023px) {
  .team-p {
    font-size: 1.5rem;
  }
  .team-pics {
    width: 200px;
  }
}

@media (max-width: 840px) {
  .team-div {
    flex-direction: column;
    background-position: top;
  }
  .pics {
    width: 100%;
  }
  .team-para {
    max-width: 100%;
  }
  .team-p {
    color: white;
  }
  #cltbtn{
    margin-top: -50px;
  }
}

@media (max-width: 660px) {
  .team-pics {
    width: 180px;
  }
}

@media (max-width: 550px) {
  .team-pics {
    width: 150px;
  }
  .team-div {
    padding: 0;
  }
  .team-para {
    padding: 40px;
  }
}

@media (max-width: 460px) {
  .team-pics {
    width: 120px;
  }
  .mycard > h5 {
    font-size: 0.7rem;
  }
}

@media (max-width: 426px) {
  .team-pics {
    max-width: 130px;
  }
  .mycard {
    margin: 0 10px;
  }
}

#off_logo {
  width: 450px;
  padding: 20px;
  transition: all 0.7s ease;
}

#first_image {
  filter: grayscale(100);
  max-width: 600px;
  padding: 20px;
  border-radius: 30px;
  transition: all 0.7s ease;
}

#first_image:hover {
  filter: grayscale(0);
}

.first_para {
  font-family: var(--font-nun);
  font-size: 1.7rem;
  padding: 20px;
  transition: all 0.5s ease;
}

.about-div {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

@media (max-width: 1150px) {
  .first_para {
    font-size: 1.4rem;
  }
}

@media (max-width: 950px) {
  .first_para {
    font-size: 1.2rem;
  }
  #off_logo {
    width: 400px;
  }
}

@media (max-width: 818px) {
  .first_para {
    font-size: 1rem;
  }
}

@media (max-width: 719px) {
  .first_para {
    font-size: 1rem;
  }
  #off_logo {
    width: 350px;
  }
  .about-div {
    flex-wrap: wrap;
  }
}


/* NEW NAVBBBBBAARRR*/

#primary-nav{
  list-style-type: none;
  position:fixed;
  align-items: center;
  justify-content: center;
  inset: 0 0 0 60%;
  background: var(--theme);
  height: 100vh;
  flex-direction: column;
  padding:15rem 1em;
  backdrop-filter: blur(1rem);
  z-index:1000;
  transform: translateX(100%);
  transition: transform 370ms ease-out;

}

#primary-nav[data-visible="true"]{
  transform: translateX(0%);
}

#burgir-div{
  padding-left:6px;
  padding-right:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100%;
  margin-right:-20px;
    backdrop-filter: blur(1rem);
  box-shadow: 0 0 30px 5px rgba(7, 7, 7, 0.733);

}


.burgir{
  list-style-type: none;
  background-color: white;
  width:40px;
  height:4px; 
  margin: 8px;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
}

.active{
  transform: translateX(0%);
}


#main-menu{
  
  position: fixed;
  aspect-ratio: 1;
  z-index:9999;
  width:3rem;
  top:0.5rem;
  right:1rem;
}

@media (max-width:500px){
  #main-menu{
    right:0.2rem;
  }

  .burgir{
    width:30px;
  }
}

@media (max-width:330px){
  #main-menu{
    right:0;
  }

  .burgir{
    width:25px;
  }
}


.nav-types{
  font-family: var(--theme_text);
  margin:auto;
  padding:auto;
  text-decoration:solid;
  letter-spacing: 3px;
  
  

}


.nav-types > a{
   text-shadow: 4px 4px black;
   transition: all 0.1s ease-in;
}

.nav-types > a:hover{
  text-shadow: 1px 1px 2px rgb(241, 175, 32), 0 0 1.3em rgb(255, 174, 0), 0 0 0.2em rgb(255, 72, 0);
}

@media (max-width: 35em){
  #primary-nav{
    inset: 0 0 0 0;
  }
}



.nav-items {
  display: flex;
  list-style: none;
  font-family: var(--font-poppins);
  margin-top: 5px;
}

.nav-links li a {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  transition: all 0.5s ease;
  text-align: center;
}

.nav-links li a:hover {
  color: rgb(207, 204, 204);
}

#nav-div {
  display: flex;
  flex-direction: column;
}



.bar {
  height: 4px;
  width: 100%;
  background-color: rgba(243, 243, 243, 0.863);
  border-radius: 12px;
  transition: all 0.4s ease;
}

.toggle.line1 {
  transform: rotate(-45deg) translate(-8px, 7px);
}
.toggle.line2 {
  transform: translateX(-100%);
  opacity: 0;
}
.toggle.line3 {
  transform: rotate(45deg) translate(-8px, -7px);
}

.nav-links {
  transition: display 0.8s linear;
}

.nav-links.toggle-active {
  display: flex;
}

@media (max-width: 1115px) {
  .toggle-button {
    display: flex;
  }
  .nav-links {
    display: none;
    transition: display 0.8s ease;
  }

  #nav-div {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 630px) {
  .nav-links li a {
    font-size: 1rem;
  }
}

@media (max-width: 581px) {
  .nav-links ul {
    width: 100%;
    flex-direction: column;
  }
}

/* Logo */

#logo2 {
  width: 25rem;
  transition: all 0.4s ease;
}

#logo1 {
  filter: invert(100%);
  width: 45px;
  margin-left: 10px;
}

@keyframes big {
  0% {
    width: 45px;
    transform: rotate(720deg);
  }
  50% {
    width: 60px;
  }
  100% {
    width: 45px;
  }
}

@keyframes small {
  0% {
    transform: rotate(720deg);
  }
  50% {
    width: 45px;
  }
  100% {
  }
}

@keyframes small2 {
  0% {
    transform: rotate(720deg);
  }
  50% {
    width: 35px;
  }
  100% {
  }
}

@media (max-width: 700px) {
  #logo1 {
    width: 40px;
  }
  #logo2 {
    width: 20rem;
  }
}

@media (max-width: 425px) {
  #logo1 {
    width: 30px;
  }
  #logo2 {
    width: 15rem;
  }
  #logo1 {
    margin-left: 0;
  }
  .toggle-button {
    width: 20px;
    height: 20px;
    top: 1rem;
  }
  .bar {
    height: 3px;
  }
  .toggle-button {
    right: 0.4rem;
  }
}

@media (max-width: 325px) {
  #logo1 {
    margin-left: 0;
  }
  .toggle-button {
    width: 15px;
    height: 15px;
  }
}

/* * Projects */

.project-flex {
  font-family: var(--font-poppins);
  margin: 40px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: all 1.2s ease;
}



.myicons {
  opacity: 0;
  transform: scale(2.5);
  border-radius: 3px;
  color: rgb(0, 230, 218);
  position: relative;
  top: 50%;
  left: 50%;
  bottom: 150px;
  pointer-events: none;
  transition: all 0.5s ease;
}

#music-cont {
  padding: 30px;
}

.music-divs {
  margin: 10px;
}

.music-img {
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.418);
  width: 380px;
  height: auto;
  border-radius: 5px;
  transition: all 0.5s ease;
  z-index: -1;
}

.active-music {
  transform: translateX(-13.5px);
  width: 412px;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.548);
}

@media (max-width: 760px) {
  .music-img {
    width: 300px;
  }

  .active-music {
    width: 340px;
  }
}

@media (max-width: 640px) {
  .music-img {
    width: 250px;
  }

  .active-music {
    width: 300px;
  }
}

@media (max-width: 580px) {
  .music-img {
    width: 400px;
  }

  .active-music {
    width: 430px;
  }
}

@media (max-width: 519px) {
  .music-img {
    width: 370px;
  }

  .active-music {
    width: 400px;
  }
}

@media (max-width: 460px) {
  .music-img {
    width: 320px;
  }

  .active-music {
    width: 380px;
  }
}

@media (max-width: 430px) {
  .music-img {
    max-width: 280px;
  }

  .active-music {
    width: 320px;
  }
  .myicons {
    transform: translateY(-1000%);
  }
}

@media (max-width: 392px) {
  .music-img {
    max-width: 250px;
  }

  .active-music {
    width: 300px;
  }
}

/* ! IFFRAME VIDEOS  */

.iframe-cont > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.iframe-cont {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.438);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;

  /* background: url(./loading-cat.gif) center center no-repeat; */
}

#card1 {
  margin: 10px;
  background-image: linear-gradient(
    64.5deg,
    rgba(245, 116, 185, 1) 14.7%,
    rgba(89, 97, 223, 1) 88.7%
  );
}

#card2 {
  margin: 10px;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgb(98, 64, 223) 0%,
    rgba(116, 182, 247, 1) 90%
  );
}

#card3 {
  margin: 10px;
  background-color: #fbda61;
  background-image: linear-gradient(45deg, #ee9440 0%, #ff5acd 100%);
}

#card4 {
  margin: 10px;
  background-color: #fa8bff;
  background-image: linear-gradient(
    45deg,
    #fa8bff 0%,
    #2bd2ff 52%,
    #2bff88 90%
  );
}

/*  ! ADS */

.ads {
  background-image: linear-gradient(
    358.4deg,
    rgba(249, 151, 119, 1) -2.1%,
    rgba(98, 58, 162, 1) 90%
  );
}

.main-vid {
  width: 94%;
  margin: auto;
}

.vid-items {
  margin: 15px;
}

.vid-item {
  width: 40%;
}

.iframe-vids > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.iframe-vids {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.527);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;

  background: url(./loading-cat.gif) center center no-repeat;
}

/* * Brands */

.brand-img{
  max-width: 205px;
  margin:20px auto;
  align-self: center;
  opacity:0.7;
  transition: all 0.5s ease;

}

.brand-img:hover{
  opacity:1;
  transform:scale(1.15);
}

.brand-div{
  padding:20px;
  position:relative;
  margin:0 auto;

}

.brand-div:nth-child(1),.brand-div:nth-child(2),.brand-div:nth-child(5),.brand-div:nth-child(6),.brand-div:nth-child(7),.brand-div:nth-child(9){
  margin-top:40px;
}

.brand-div:nth-child(8){
  margin-top:40px;
}

.myclients{
  padding:30px;
  margin: 10px auto;
}


@media (max-width:1032px){

  .brand-div:nth-child(1),.brand-div:nth-child(2),.brand-div:nth-child(5),.brand-div:nth-child(6),.brand-div:nth-child(7),.brand-div:nth-child(9){
    margin-top:35px;
  }  
}

@media (max-width:840px){

  .brand-div:nth-child(1),.brand-div:nth-child(2),.brand-div:nth-child(5),.brand-div:nth-child(6),.brand-div:nth-child(7),.brand-div:nth-child(9){
    margin-top:35px;
  }  
.brand-img{
  opacity:1;
}
}

@media(max-width:380px){
  .brand-img{
    max-width:150px;
  }
}

#card5{
   margin: 10px;
  background-image: linear-gradient( 358.4deg,  rgba(249,151,119,1) -2.1%, rgba(98,58,162,1) 90% );
}

.card-info{
  margin:30px auto;
}

.frame{
width:70%;
margin:0 auto;
}

@media(max-width:800px){

  .frame{
    width:100%;
  }
}


/* * Gallery */

.gallery-img {
  margin: 0 auto;
  border-radius: 7px;
  transition: width 0.8s ease;
}

#carousel-dots > li {
  width: 20px;
}

.caption {
  position: relative;
  bottom: 20px;
  font-family: var(--font-nun);
  font-weight: bold;
}

@media (max-width: 1127px) {
  .gallery-img {
    width: 970px;
  }
}

@media (max-width: 1042px) {
  .gallery-img {
    width: 870px;
  }
}

@media (max-width: 929px) {
  .gallery-img {
    width: 770px;
  }
}

@media (max-width: 841px) {
  .gallery-img {
    width: 670px;
  }
  .header-font {
    font-size: 3.5rem;
  }
}

@media (max-width: 736px) {
  .gallery-img {
    width: 570px;
  }
}

@media (max-width: 634px) {
  .gallery-img {
    width: 480px;
  }
  .header-font {
    font-size: 3.1rem;
  }
}

@media (max-width: 548px) {
  .gallery-img {
    width: 400px;
  }
  #carousel-dots > li {
    width: 0;
  }
}

@media (max-width: 465px) {
  .gallery-img {
    width: 360px;
    border: none;
    border-radius: 0;
  }
  .header-font {
    font-size: 2.6rem;
  }
}

@media (max-width: 330px) {
  .header-font {
    font-size: 2.1rem;
  }
}

/* *VIDEO - SECTION */

.video-section{
  padding:10px;
}
.video.zoom{
  transform:scale(1.125);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.597);
  z-index:999;
}

.video {
  width: 450px;
  background: url(./loading-cat.gif) center center no-repeat;
  transition: all 0.8s ease;
}


video::-webkit-media-controls-fullscreen-button {
  display: none;
}

@media (max-width: 524px) {
  .video {
    width: 400px;
  }

 
}

@media (max-width: 450px) {
  .video {
    width: 370px;
  }

  
}

@media (max-width: 425px) {
  .video {
    width: 350px;
  }

  
}

@media (max-width: 388px) {
  .video {
    width: 330px;
  }

  
}

@media (max-width: 362px) {
  .video {
    width: 330px;
  }

  
}

@media (max-width: 356px) {
  .video {
    width: 320px;
  }

  
}

@media (max-width: 349px) {
  .video {
    width: 300px;
  }

  
}

@media (max-width: 327px) {
  .video {
    width: 280px;
  }

  
}

/* ? Contact Us */

.contact-form {
  width: 100vh;
  font-family: var(--font-poppins);
  padding: 40px;
  margin-left: 20px;
}
.sendmsg {
  display: none;
}

.contact-div {
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin: 40px auto;
  background-image: linear-gradient(
    43deg,
    #4159d0 0%,
    #1dd47f 46%,
    #093880 100%
  );

  z-index: 3;

  backdrop-filter: blur(20px);
}

.left {
  height: 100%;
}

#sub-btn {
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 10px;
  color: white;

  transition: all 0.5s ease;
}

#sub-btn:hover {
  background-color: rgb(49, 102, 83);
}

#contact-img {
  width: 33rem;
  max-height: 100vh;
  border-radius: 30px 0 0 30px;
  left: 30px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.356);
  transition: width 0.5s ease;
}

.contact-label {
  font-weight: bold;
  font-size: 20px;
}

.contact-inp {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.842);
  transition: all 0.4s ease-in-out;
}

.contact-inp:hover,
.contact-inp:focus {
  outline: none;
  box-shadow: 0 0 10px 4px rgb(80, 144, 226);
}

@media (max-width: 1160px) {
  #contact-img {
    width: 33rem;
  }
}

@media (max-width: 940px) {
  #contact-img {
    width: 30rem;
  }
}

@media (max-width: 860px) {
  #contact-img {
    width: 28rem;
    position: relative;
    left: 30px;
    border-radius: 0;
  }
}
@media (max-width: 830px) {
  #contact-img {
    width: 25rem;
    position: relative;
    left: 30px;
    border-radius: 0;
  }
}

@media (max-width: 790px) {
  #contact-img {
    width: 23rem;
    position: relative;
    left: 30px;
    border-radius: 0;
  }
}
@media (max-width: 745px) {
  #contact-img {
    width: 20rem;
    border-radius: 0;
  }
}

@media (max-width: 745px) {
  #contact-img {
    position: relative;
    left: 30px;
    width: 15rem;
    border-radius: 0;
  }
}

@media (max-width: 620px) {
  #contact-img {
    width: 0;
  }
}

@media (max-width: 610px) {
  #contact-img {
    display: none;
  }
}

@media (max-width: 400px) {
  .contact-form {
    padding: 20px;
  }
}

/* ?FOOTER */

#myfoot {
  background-image: linear-gradient(
    89.8deg,
    rgb(182, 26, 26) 4.7%,
    rgb(97, 8, 14)
  );
}

#fb:hover {
  background-color: rgb(77, 77, 206);
}

#twitter:hover {
  background-color: rgb(37, 152, 247);
}
#insta:hover {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.list-items {
  font-size: large;
  font-weight: 400;
}

.list-items > .fas {
  width: 30px;
  padding: 5px;
  margin: 5px;
}

.footer-text {
  font-family: "Poppins", serif;
  font-weight: 700;
}

.footer-rows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 460px) {
  .footer-rows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
