* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'Raleway', sans-serif;
    scroll-behavior: smooth;
  }

  
/* HEADINGS */

h1, p {
    color: #fff;
    text-align: center;
    line-height: 1.4;
    animation-name: Slidein;
    animation-duration: 3s;
    transition:  0.3s ease-in;

  }
  @keyframes Slidein {
      from{
          margin-left: 100%;
          width: 300%;
      }
     75%{
         margin-left: 25%;
         width: 300%;
     }
     to{
         margin-left: 0%;
         width: 100%;
     } 
  }
  
  h1 {
    font-size: 5.2rem;
  }
  
  h2 {
    color: #000;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  
  /* BASIC SETUP */
  
  .page-wrapper {
    width: 100%;
    height: auto;
  }
  
  .nav-wrapper {
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: #fff;
  }
  
  .grad-bar {
    width: 100%;
    height: 10px;
    background: linear-gradient(-45deg, #000, #EE7752, #ff0000, #facc22, #fd8c00, #f83600 );
    background-size: 400% 400%;
        -webkit-animation: gradbar 15s ease infinite;
      -moz-animation: gradbar 15s ease infinite;
      animation: gradbar 15s ease infinite;
  }
  
  /* NAVIGATION */
  
  .navbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 65px;
    overflow: hidden;
    /* width: 100%; */
  }
  
  .navbar img {
    height: 41px;
    width: auto;
    justify-self: start;
    margin-left: 29px;
  }
  
  .navbar ul {
    list-style: none;
    display: grid;
    grid-auto-flow: column;
    justify-self: center;
    gap: 1rem;
    
  }
  .navbar ul li{
    min-width: 50px;
  }
  
  .nav-item a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
  }
  
  .nav-item a:hover {
    color: #3498db;
    border-bottom: 3px solid red;
  }
  
  /* SECTIONS */
  
  .headline {
    width: 100%;
    /* height: 65vh !important; */
    min-height: 540px;
    /* background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.7)), url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png'); */
    background-image: url("thth.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
  
  }
  .login-body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
  }
  .login-body a {
    position: relative;
    width: 180px;
    height: 60px;
    margin: 10px;
    line-height: 60px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.5s;
    border: 1px solid white;
  }
  .login-body a:hover {
    border: 1px solid transparent;
    background: red url(https://i.postimg.cc/wBXGXbWN/pixel.png);
    /* // 360px x 1080px */
    transition-delay: 0.8s;
    background-size: 180px;
    animation: animate 0.8s steps(8) forwards;
  }

  /*--- features--- */

#features{
    padding-top:50px ;
    padding-bottom: 5px;
}
.feature-row{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.feature-col{
    flex-basis: 25%;
    text-align: center;
}
.feature-col img{
    width: 100px;
    justify-items: center !important;
    align-items: center !important;

}
.feature-col h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.features-btn{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: 3rem;

}
.features-btn button{
position: relative;
margin: 80px auto 0;
width: 353px;
height: 60px;
margin: 13px;
}

.line-1{
    width: 15px;
    height: 15px;
    background: #f67c92;
    display: inline-block;
}
.line-2{
    width: 80px;
    height: 1px;
    background: #f67c92;
    display: inline-block;
}
.line-3{
    width: 60px;
    height: 1px;
    background: #f67c92;
    display: inline-block;
}
.line{
    line-height: 8px ;
}

  
  .feature-col p {
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 100px;
  }
  
  /* .feature-container img {
    width: 100%;
    margin-bottom: 15px;
  } */

  /*Button*/
  .common-btn{
      text-decoration: none;
      color: white;
      font-weight: bold;
  }

  button {
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 246px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poppins';
    box-sizing: border-box;
    background: linear-gradient(90deg, yellow, orange, red, violet, purple, blue, yellow);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
  }
  button:hover {
    animation: animate 8s linear infinite;
  }
  @keyframes animate {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 400%;
    }
  }
  button:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(45deg, #f15523, #ef3224, #7c3697);
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: 0.5%;
  }
  button:hover:before {
    filter: blur(20px);
    opacity: 1;
    animation: animate 8s linear infinite;
  }
  
  /* Online */

  .whatcon{
      width: 100%;
      display: grid;
      grid-gap: 1rem;
      grid-template-columns: 1fr;
      background: white;
      padding: 2rem;
      margin-top: 1rem;
      background: linear-gradient(-45deg, #EE7752,#ff0000, #facc22, #fd8c00, #f83600 );
  }

  .whats {
    width: 100%;
    display: grid;
    grid-gap: 2rem;
    columns: 3;
  }

  .what-col{
    background: #fff;
    border-radius: 0.3rem;
    padding: 2rem;
    box-shadow: 0 3px 8px rgb(17 17 17 / 80%);
    justify-content: center;
   
  }
  .what-col p{
    color: black;
    /* max-width: 500px; */
    justify-content: center;

  }


  /*--- features--- */

#features{
  padding-top:50px ;
  padding-bottom: 50px;
}
.feature-row{
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.feature-col{
  flex-basis: 25%;
  text-align: center;
}
/* .feature-col img{
  width: 100px;

} */
.feature-col h4{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}
a #reg .common-btn{
  font-weight: bold;
}
/* .features-btn{
  margin: 80px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.features-btn .line{
  text-align: right;
  display: inline-block;
  margin-right: 25px;

} */

/* login/Register */
.login-box {
  position: relative;
  top: 170px;
  left: 50% !important;
  width: 400px !important;
  padding: 40px;
  transform: translate(-50%, -50%) !important;
  background: linear-gradient(-45deg, #000, #EE7752, #ff0000, #facc22, #fd8c00, #f83600);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.3);
  border-radius: 10px;
  display: none;
}
.login-box.dotplay{
  display: block !important;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.thumbnail{
background: red;
display: flex;
align-items: center;
justify-items: center;
width: 150px;
height: 100px; 
margin: 0 auto 30px;
padding: 50px 30px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
box-sizing:(border-box);
}
.thumbnail img{
  display: block;
  width: 100%;
  align-items: center;
  justify-items: center;
}



.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.login-box .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}

/* .login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
} */
.login-box form a {

  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  /* margin-top: 40px; */
  letter-spacing: 4px;
  width: 180px;
  height: 50px;
  /* margin: 10px; */
  text-align: center;
  transition: 0.5s;
  border: 1px solid white;
}

.login-box a:hover {
  border: 1px solid transparent;
  background: red url(https://i.postimg.cc/wBXGXbWN/pixel.png);
  /* // 360px x 1080px */
  transition-delay: 0.8s;
  background-size: 180px;
  animation: animate 0.8s steps(8) forwards;
}



/* .login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffffff);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ffffff);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
} */


 /* Register form alone */

 .login-boxz {
  position: relative;
  top: 256px;
  left: 50% !important;
  width: 400px !important;
  max-height: 560px;
  overflow-y: scroll;
  padding: 40px;
  transform: translate(-50%, -50%) !important;
  /* background-color: #141e30; */
  background: linear-gradient(-45deg, #000, #EE7752, #ff0000, #facc22, #fd8c00, #f83600);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.3);
  border-radius: 10px;
  display: none;
}
.login-boxz.onplay{
  display: block !important;
}

.login-boxz h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.thumbnail{
  background: red;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 150px;
  height: 100px; 
  margin: 0 auto 30px;
  padding: 50px 30px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  box-sizing:(border-box);
  }
  .thumbnail img{
    display: block;
    width: 100%;
    align-items: center;
    justify-items: center;
  }



.login-boxz .user-box {
  position: relative;
}

.login-boxz .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.login-boxz .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.login-boxz .user-box input:focus ~ label,
.login-boxz .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}

.login-boxz form a {
  /* position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px */
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  /* margin-top: 40px; */
  letter-spacing: 4px;
  width: 180px;
  height: 50px;
  /* margin: 10px; */
  text-align: center;
  transition: 0.5s;
  border: 1px solid white;
}

.login-boxz a:hover {
  border: 1px solid transparent;
  background: red url(https://i.postimg.cc/wBXGXbWN/pixel.png);
  /* // 360px x 1080px */
  transition-delay: 0.8s;
  background-size: 180px;
  animation: animate 0.8s steps(8) forwards;
}


/* .login-boxz a span {
  position: absolute;
  display: block;
}

.login-boxz a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffffff);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-boxz a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-boxz a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-boxz a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
} */



/* type 2 of course */
 .row{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin:  100px 0;
}
.col-1{
  flex-basis: 40%;
  position: relative;
  margin-left: 50px;
}
.col-1 h2{
  font-size: 45px;
}
.col-1 p{
  font-size: 15px;
  font-weight: 400;
  margin: 31px 0 76px;
  color: #000;
  max-width: 800px;

}


.col-2{
  position: relative;
  flex-basis: 60%;
  display: flex;
  align-items: center;
}
.col-2 .controller{
  width: 425px;
}
.color-box{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 10px;
  height: 100%;
  width: 80%;
  z-index: -1;
  transform: translateX(150px);
}

/*footer top section css*/
/* background-image: linear-gradient( to right top, #facc22,#fdad00,#fd8c00,#fc6700,#f83600); */

#footer{
  padding: 50px 0 30px;
  margin: 10px 10px;
}

hr{
  width: 100%;
  border: 0;
  border-top: 1px solid;
  margin: 10px 10px;
}
.footer-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-left-col{
  flex-basis: 50%;
  margin-top: 60px;
  /* padding: 5rem; */
}
.footer-right-col{
  flex-basis: 35%;
  margin-left: 10px;
}
.footer-link{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; 
}
.link-title h4{
  color: #f83600;
  margin-bottom: 20px;
}
.link-title small{
  font-size: 13px;
  color: rgb(255, 0, 0);
}
.footer-info{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logo img{
  width: 100px;
}
.copyright-text small{
  margin-top: 0.5rem;
}
.copyright-text,.footer-logo{
  flex-basis: 40%;
}
.social{
	display: flex;
}
.social a{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient( to right top, #facc22,#fdad00,#fd8c00,#fc6700,#f83600);
	border-radius: 50%;
	margin: 22px 10px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.social a:hover{
	transform: scale(1.3);
	transition: .3s;
}

/* social-icons  */

.social-icons{
  width: 75px;
  font-size: 30px;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%) ;
  z-index: 1;
}
.social-icons li{
  list-style: none;

}

.social-icons a{
  display:block;
  width: 20px;
  margin: 0 auto 20px;
  cursor: pointer;
  color: #f83600;
}


  /* SEARCH FUNCTION */
  
  #search-icon {
    font-size: 0.9rem;
    margin-top: 3px;
    margin-left: 15px;
    transition: color 0.3s ease-out;
  }
  
  #search-icon:hover {
    color: #3498db;
    cursor: pointer;
  }
  
  .search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform 0.7s ease-in-out;
    color: #3498db;
  }
  
  .no-search {
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
  }
  
  .search-input {
    position: absolute;
    top: -4px;
    right: -125px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
  }
  
  .search-active {
    opacity: 1;
    z-index: 0;
  }
  
  input {
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0; /* FOR SAFARI */
    outline: 0;
    padding: 5px;
  }
  
  /* MOBILE MENU & ANIMATION */
  
  .menu-toggle .bar{
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
  }
  
  .menu-toggle:hover{
    cursor: pointer;
  }
  
  #mobile-menu.is-active .bar:nth-child(2){
    opacity: 0;
  }
  
  #mobile-menu.is-active .bar:nth-child(1){
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  
  #mobile-menu.is-active .bar:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  
  /* KEYFRAME ANIMATIONS */
  
  @-webkit-keyframes gradbar {
      0% {
          background-position: 0% 50%
      }
      50% {
          background-position: 100% 50%
      }
      100% {
          background-position: 0% 50%
      }
  }
  
  @-moz-keyframes gradbar {
      0% {
          background-position: 0% 50%
      }
      50% {
          background-position: 100% 50%
      }
      100% {
          background-position: 0% 50%
      }
  }
  
  @keyframes gradbar {
      0% {
          background-position: 0% 50%
      }
      50% {
          background-position: 100% 50%
      }
      100% {
          background-position: 0% 50%
      }
  }
  
  /* Media Queries */
  @media only screen and (max-width:480px) {
    .login-box{
      align-content: center;
      justify-content: center;
      width: 350px !important;
      margin: 0  0.5rem;
  
    }
    .login-boxz{
      align-content: center;
      justify-content: center;
      width: 350px !important;
      margin: 0  0.5rem;
    }
    .navbar img {
       height: auto;
       width: 100%;
       margin-left: 19px;
    }
  }
    /* Mobile Devices - Phones/Tablets */
  
  @media only screen and (max-width: 720px){
    .features {
      flex-direction: column;
      padding: 50px;
    }
    
     /* MOBILE HEADINGS */
    
    h1 {
      font-size: 1.9rem;
    }
    
    h2 {
      font-size: 1rem;
    }
    
    p {
      font-size: 0.8rem;
    }
    
     /* MOBILE NAVIGATION */
       
    .navbar ul {
      display: flex;
      flex-direction: column;
      position: fixed;
      justify-content: start;
      top: 55px;
      background-color: #fff;
      width: 100%;
      height: calc(100vh - 55px);
      transition: 0.4s ease-in-out;
      left: -100%;
      text-align: center;
      overflow: hidden;
    }

  .navbar ul.show{
      left: 0 !important;
    }
    
    .navbar li {
      padding: 15px;
    }
    
    .navbar li:first-child {
      margin-top: 50px;
    }
    
    .navbar li a {
      font-size: 1rem;
    }
     
    .menu-toggle, .bar {
      display: block;
      cursor: pointer;
    }
    
    .mobile-nav {
    transform: translate(0%)!important;
    }
  
    
      /* SECTIONS */

      }
    .headline {
      height: 20vh !important;
    }
    .feature-col{
        flex-basis: 100%;
        margin-bottom: 20px;
    }
      
    .feature-col p {
      margin-bottom: 25px;
    }
    
    .feature-container {
      margin-top: 20px;
    }
    
    .feature-container:nth-child(2) {
      order: -1;
    }
    
    
      /* SEARCH DISABLED ON MOBILE */
    
    #search-icon {
      display: none;
    }
    
    .search-input {
     display: none;
    }
    button {
     width: 194px;
     height: 56px;
     text-align: center;
     line-height: 0px;
     color: #fff;
     font-size: 15;
     font-weight: bold;
   }
   .row{
     flex-direction: column-reverse;
     padding: 2rem;
     margin: 50px 0;
   }
   .col-1{
    margin: 23px;
  }
  .col-2 .controller{
    width: 368px;
  }
  .social-icons a{
    width: 14px;
    margin: 15px auto;
  }
  .social-icons {
    width: 45px;
    font-size: 18;
  }
  #footer {
    padding: 2px 0 23px;
    margin: 6px 43px;
  }
  .features-btn{
    margin: 2rem;
  }
  .features-btn button{
    width: 290px;
  }

  .footer-logo{
    margin-top: 1rem;
  }
    
  

    
  