
@font-face {
  font-family: 'Tabular';
  src: url(fonts/Tabular-Variable.ttf);
}
body {
  background-color: #EDEDED;
  ;
  margin: 0%;
  font-family: 'Epilogue';
  overflow-y: auto;

}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #050505;
  color: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}

.counter {
  font-size: 3rem;
  font-family: 'Tabular';
  font-weight: 400;
  
}

.content {
  opacity: 0; /* Hide content initially */
  transition: opacity 0.4s ease-in-out;
}

.hidden {
  display: none;
}


html {
  scroll-timeline: --page-scroll block;
}

@keyframes grow-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

#progress {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: rgb(175, 175, 175);

  transform-origin: 0 50%;
  animation: grow-progress auto linear;
  animation-timeline: --page-scroll;
}








.visual {
  z-index: -4;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: black;

  justify-content: flex-end;

}


.rotate-video {
  animation: rot 100s linear infinite;
}

@keyframes rot {
  from {
    transform: rotate(0deg);

  }

  to {
    transform: rotate(360deg);
  }
}


.sun {

  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  object-fit: cover;
}

.visualvideo {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Adjust height as needed */
  overflow: hidden;
}

.text-overlay {
  color: #EDEDED;
  text-align: right;
  font-family: 'Epilogue' ;
  font-size: 4.209rem;
  font-style: normal;
  font-weight: 100;
  align-self: center;
  justify-content: center;
  position: absolute;
  width: 37%;
  margin-right: 91px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  height: 100vh;

  gap: 1px;


}

/* Make a plus cell inside cell1 so the hover will activate inside the cell2 while hovering on cell1*/

.cellcontain {
  background-color: transparent;
  display: flex;
  overflow: hidden;
}


.cellcontain5 {
  grid-column: span 2;
  background-color: transparent;
  display: flex;
  overflow: hidden;

}

.cellcontain8 {
  grid-column: span 2;
  display: flex;
  background-color: transparent;
  overflow: hidden;

}

.cell1 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}

.cell2 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}

.cell3 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}

.cell4 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}

.cell5 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;
  color: #050505;
  padding-left: 91px;
  
  align-items: flex-end;
  display: flex;


  /* H1 header */
  font-family: 'Epilogue';
  font-size: 7.478rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.cell6 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

  color:#050505;
  display: flex;
  justify-content: flex-end;
  padding: 15px 15px 0px 0px;
  text-align: center;
  font-family: 'Tabular';
  font-size: 1.333rem;
  font-weight: 400;
  line-height: normal;
}

.cell7 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

  display: flex;
  align-items: flex-end;

  padding: 0px 0px 15px 15px;
  color:#050505;
  text-align: center;
  font-family: 'Tabular';
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cell8 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;

  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;

  padding-left: 91px;
  padding-top: 20px;
  color: #050505;
  align-items: flex-start;
  /* H1 header */
  font-family: 'Epilogue';
  font-size: 7.478rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.cell9 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}

.cell10 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

  color: #050505;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px 15px 15px 0px;
  text-align: center;
  font-family: 'Tabular';
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cell11 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}

.cell12 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}

.cell13 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}

.cell14 {
  transition: 0.2s ease-in-out;
  background-color: #EDEDED;
  width: 100%;

}



.cellcontain:hover .cell1 {
  margin: 0px 60px 60px 0px;

  background-color: #FEE502;
}

.cellcontain:hover .cell2 {
  margin: 0px 0px 60px 0px;

  background-color: #FEE502;
}

.cellcontain:hover .cell3 {
  margin: 0px 0px 0px 60px;

  background-color: #FEE502;
}

.cellcontain:hover .cell4 {
  margin: 0px 0px 60px 60px;

  background-color: #FEE502;
}

.cellcontain5:hover .cell5 {
  margin: 0px 60px 60px 0px;
  font-size: 6rem;
  background-color: #FEE502;
}

.cellcontain:hover .cell6 {
  margin: 60px 60px 0px 0px;

  background-color: #FEE502;
}

.cellcontain:hover .cell7 {
  margin: 0px 0px 60px 60px;

  background-color: #FEE502;
}

.cellcontain8:hover .cell8 {
  margin: 60px 60px 0px 0px;
  font-size: 6rem;
  background-color: #FEE502;
}

.cellcontain:hover .cell9 {
  margin: 0px 60px 0px 0px;

  background-color: #FEE502;
}

.cellcontain:hover .cell10 {
  margin: 0px 60px 60px 0px;

  background-color: #FEE502;
}

.cellcontain:hover .cell11 {
  margin: 60px 60px 0px 0px;

  background-color: #FEE502;
}

.cellcontain:hover .cell12 {
  margin: 60px 0px 0px 0px;

  background-color: #FEE502;
}

.cellcontain:hover .cell13 {
  margin: 0px 0px 0px 60px;

  background-color: #FEE502;
}

.cellcontain:hover .cell14 {
  margin: 60px 0px 0px 60px;

  background-color: #FEE502;
}

/*  Margin still leaves place for the containers to exist, width 0% makes it look bad when the animation happens, and display:none will make it dissapear immedeatly so hmmmm....*/
.clickdiv .clicked {
  transition: 0.8s ease-in-out;
  font-size: 0px;
  column-gap: 100px;
  margin: 50px;
  background-color: transparent;
  pointer-events: none;

}

.no-scroll {
  overflow: hidden;
}

.herobtn {
  display: flex;
  padding: 10px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  

  font-family: "Tabular";
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}


.btnrow {
  float: right;
  display: flex;
  
  justify-content: flex-start;
  align-items: center;
  margin-right: 56px;

  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  
}

#hero.scrolled .btnrow {
  opacity: 1;
  transform: translateY(0);
}
w






a:link,
a:visited {
  
  color: #050505;
  text-decoration: none;
 

}

.herobtn:hover {
  background-color: #FEE502;
  transition: 0.5s;
}



.textfill {
  color: rgba(209, 209, 209, 0.2);
  
  background: linear-gradient(to right, #000000, #000000) no-repeat;
  
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
}

.destort {
  left: 85vh;
  mix-blend-mode: difference;
  position: absolute;
  margin-top: 70vh;
  top: 0;
  width: 75%;
  margin-left: auto;
  border-radius: 3;
  
  z-index: -2;
  

}

.introtext {
  position: relative;
  margin-left: 91px;
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 61%;
  font-family: Epilogue;
  font-weight: 250;
  
}

.introtext h3{
  
  margin-bottom: 0px;
  margin-top: 200px;
}




h3 {

  align-self: stretch;
  color: #050505;

  /* Large information */
  font-family: Epilogue;
  font-size: 9.969rem;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
}

.introsec2 {
  display: flex;
  padding: 10px;
  justify-content: right;
  align-items: center;
  gap: 10px;
  float: right;
  margin-right: 91px;
  width: 100%;
}

.introsec2 h3 {
  margin: 0px;
}



.beneHcontain{
  margin-left: 91px;
  width: 37%;
}



.beneH1 {
  margin-top: 778px;
  
  display: flex;
 
  height: 243px;
  padding: 35px 15px 35px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #FEE502;
}

h2 {
  color: #050505;
  font-family: Epilogue;
  font-size: 4.209rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

  width: 100%;
  flex-shrink: 0;
}

.videowar {
  width: 17%;

}

.bene1 {
  margin-top: 63px;
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
  margin-left: 91px;
  margin-right: 91px;
}

.warcontain {
  display: flex;
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.pcontain {
  display: flex;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 35%
}

.fadein {
  transform: translateY(100px);
  opacity: 0;
  transition: 1.2s ease;
}

.fadein--visible {
  transform: translateY(0px);
  opacity: 1;

}


.bodyleft {
  color: #050505;

  /* Body */
  font-family: Epilogue;
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 29.862px */
  margin: 0%;
}

.warcontain .smallinfo {
  color: #050505;
  text-align: right;

  /* Small info */
  font-family: "Tabular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;


}

.warcontain video {
  width: 100%;
}



.bene2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 91px;
  margin-right: 91px;
  margin-top: 350px;
  gap: 45px;

}

.bene2infocontain {
  display: flex;
  width: 46%;
  flex-direction: column;
  align-items: flex-start;
  gap: 140px;
  flex-shrink: 0;
}

.pcontain2 {
  display: flex;
  padding: 10px 10px 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 75%;
}

.beneH2 {
  display: flex;
  height: 208px;
  padding: 35px 15px 35px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #FEE502;
}

.radiovid {
  width: 100%;
  height: 80vh;
  border-radius: 3px;
}

.radiocontain {
  display: flex;

  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  flex-shrink: 0;
}

/* This small info is not positioned rightly with the padding value, some other solution would be neccesarry*/
.radiocontain .smallinfo {

  color: #050505;
  text-align: left;

  /* Small info */
  font-family: "Tabular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
  text-transform: uppercase;
}

.gradient {
  display: flex;
  height: 80vh;
  padding: 600px 367px 77px 367px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(237, 237, 237, 0.68) 0%, #000 69%);
}

.bene3 {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 60%;

}

.bene3 h2 {
  color: #FEE502;
  text-align: center;
  font-family: Epilogue;
  font-size: 4.209rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.thundervid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 1;
}

.thunder {
  width: 100%;

}

.bodyright {

  margin-right: 91px;
  position: absolute;
  color: #EDEDED;
  text-align: right;

  /* Body */
  font-family: Epilogue;
  font-size: 2.369rem;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
  /* 29.862px */

  width: 35%;
  flex-shrink: 0;
}

.gradient2 {

  height: 668px;
  flex-shrink: 0;
  background: linear-gradient(360deg, rgba(237, 237, 237, 0.68) 0%, #000 69%);
}

.tech {
  display: flex;
  height: fit-content;
  padding: 40px 179px 10px 179px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #FEE502;
  margin-left: 91px;
  margin-right: 91px;
}

.tech h3 {
  margin: 0%;

  text-align: center;
  text-transform: uppercase;

}

.cardcontain {
  background-color: #EDEDED;
  
  display: flex;
  margin-left: 91px;
  margin-right: 91px;
  height: 60vh;
  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;

  position: sticky;
  top: 0%;
  
}





.containertech {
  display: flex;
  align-items: center;
  gap: 46px;
}

.techtext {
  width: 85%;
  display: flex;
  height: 283px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.radioanimgif{
  width: 25%;
  
}

.fusetechgif {
  width: 25%;
}

.logoFusion {
  position: absolute;
  z-index: -10;
  right: 65vh;
  margin-top: 750px;
  width: 45%;
  
 animation: rotmov 45s infinite linear;
}

@keyframes rotmov{

  0% {
    transform: rotate(0deg);
    

  }

  33.33% {
    transform: rotate(12deg);
    
  }

  66.66% {
    transform: rotate(-12deg);
   
  }

  100% {
    transform: rotate(0deg);
   
  }


}


/* !!!! width 50% and linebreak in html as in figma !!!! */
.donecontain {
  margin-top: 227px;
  display: inline-flex;
  padding: 10px;
  
  align-items: center;
  gap: 10px;
  float: left;
  margin-left: 91px;
  width: 50%;
}

.ourteam {
  width: 45%;
  margin-top: 140px;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  float: right;
  margin-right: 91px;
}

.ourteam h2 {
  color: #050505;
  text-align: right;

  /* h2 larger heading */
  font-family: Epilogue;
  font-size: 4.209rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
}

.support {
  margin-top: 100px;
  display: inline-flex;
  padding: 10px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.support h2 {
  color: #050505;
  text-align: right;
  width: 75%;
  /* h2 larger heading */
  font-family: Epilogue;
  font-size: 4.209rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
}

.whatwe1 {
  display: flex;
  background-color: #FEE502;
  width: fit-content;
  height: fit-content;
  margin-left: 91px;
  align-items: center;
  padding: 20px;
  margin-top: 317px;
}

.whatwe1 h3 {
  margin: 0%;
  text-transform: uppercase;
}

.whatwe {
  display: flex;
  background-color: #FEE502;
  width: fit-content;
  height: fit-content;
  margin-left: 91px;
  align-items: center;
  padding: 20px;
  margin-bottom: 35vh;
}

.whatwe h3 {
  margin: 0%;
  text-transform: uppercase;
}

.pricecolumns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px 91px 0px 91px;

}

.pricingcontain{
  display: flex;
width: 40%;
flex-direction: column;

align-items: center;

}

.pricehead {
  display: flex;

padding: 15px  0px 0px 0px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
background: #FEE502;
}

.price p{
  color: #050505;
font-family: Epilogue;
font-size: 2.369rem;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 53.068px */
text-transform: uppercase;

}

.pricehead h3 {
  height: fit-content;
  margin: 0%;
  color: #050505;
text-align: center;
font-family: Epilogue;
font-size: 4.209rem;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.margindif1{
  margin-top: 50vh;
}

.priceinfo {
  display: flex;

justify-content: space-between;
align-items: center;
align-self: stretch;
padding: 30px 15px;
border-bottom: 2px solid #000;
}

.priceinfo2 {
  display: flex;
height: 100px;
justify-content: space-between;
align-items: center;
align-self: stretch;
padding: 0 0 0 15px;
border-bottom: 2px solid #000;
}

.joinbtn {
  display: flex;
padding: 10px 29px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
background: #FEE502;
width: 20%;
cursor: pointer;
transition: 0.3s ease;
}

.joinbtn:hover {
  width: 25%;
}


.infoleft span {
  color: #050505;
font-family: Epilogue;
font-size: 1rem;
font-style: normal;
font-weight: 400;

}

.infoleft {
  color: #050505;
font-family: Epilogue;
font-size: 1.777rem;
font-style: normal;
font-weight: 400;
line-height: 85%; /* 39.802px */
}

.inforight {
  color: #050505;
font-family: Epilogue;
font-size: 1.777rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 39.802px */
}

.inforight1 {
  color: #050505;
  font-family: "Space Mono";
  font-size: 2.221rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}


.title-contain {
  background-color: #FEE502;
  height: fit-content;
  width: 100%;
  margin-top: 60vh;
  border-bottom: #000 solid 2px;
}
  

.title {
  font-size: 3rem;
  margin: 30px 20px 20px 30px;
  width: 75%;
  color: #050505;

/* h2 larger heading */
font-family: Epilogue;
font-size: 4.209rem;
font-style: normal;
font-weight: 400;
line-height: normal;
  
}

.faqsection {
    font-family: 'Epilogue';
    min-height: 80vh;
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  
}

.faq {
  margin: 0px 91px 0px 91px;
  width: 100%;
  
  border-bottom: 2px solid black;
  cursor: pointer;
  transition: 0.4s ease;
}

.faq:hover {
  background-color: #FEE502;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #050505;
  transition: 0.5s ease;
}

.question h3 {
  font-family: Epilogue;
font-size: 1.777rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 39.802px */
  margin: 30px 20px 30px 30px;

}

.answer p {
  padding-top: 1rem;
  line-height: 1.6;
  font-size: 1.333rem;
  margin: 0%;
  width: 80%;
  opacity: 0%;
  transform: translateY(-30px);
  transition: 0.6s ease;
 
}

.answer {
  padding: 0rem 15px 0rem 90px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  
  
  
}

.faq.active {
  background-color: #FEE502;
}

.faq.active .answer {
  max-height: 330px;
  margin-bottom: 30px;
}

.faq.active .answer p{
  opacity: 100%;
  transform: translateY(0px);
  
}

.faq.active .question{
  margin-left: 60px;
}







.join1 {
  display: flex;
  height: fit-content;
  width: fit-content;
  background-color: #FEE502;
  padding: 20px;
  text-transform: uppercase;

  
  margin-top: 50vh;
  margin-left: 91px;

}

.join2 {
  display: flex;
  height: fit-content;
  width: fit-content;
  background-color: #FEE502;
  padding: 20px;
  text-transform: uppercase;
  margin-left: 91px;


}

.join2 h3 {
  margin: 0%;
}

.join1 h3 {
  margin: 0%;
}


.footer {
  background-color: #FEE502;
  margin-top: 415px;
  height: 100vh;
  display: flex;
  padding: 0px 91px 25px 91px;
  flex-direction: column;
  align-items: flex-start;
  gap: 82px;
  justify-content: flex-end;

  position: sticky;
  top: 0%;


}

.footer {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}

@keyframes appear {
  from {
    
    scale: 0.6;

  }

  to {
    scale: 1;
  }
}



.contactcontain {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.contactline1 {
  align-self: stretch;
  color: #050505;
  font-family: Epilogue;
  font-size: 4.209rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0%;
}

.contactline2 {
  align-self: stretch;
  color: #050505;

  /* Body */
  font-family: Epilogue;
  font-size: 1.3333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 29.862px */
  margin: 0%;
}

.footcontain1 {
  display: flex;
  align-items: center;
  gap: 121px;
  align-self: stretch;
}

.vectordiv {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
}

.fusionfooterlogo {
  width: 90%;
}

.footcontain2 {
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: flex-end;
  gap: 220px;
  height: 100%;
  justify-content: space-between;
}

.social {
  display: flex;
  width: 20%;

  flex-direction: column;
  align-items: flex-start;
  gap: 13px;

}

.socialhead {
  margin: 0%;
  align-self: stretch;
  color: #050505;
  font-family: Epilogue;
  font-size: 1.3333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 29.862px */
  text-transform: uppercase;
}

.social p {
  color: #050505;
  font-family: Epilogue;
  font-size: 1.3333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 29.862px */
  margin: 0%;
}

.designedby {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.designedby p {
  color:#050505;
  font-family: "Tabular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0%;
}

.designedby a {
  color:#050505;
  font-family: "Tabular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0%;
}

.designedby a:link, a:visited {
  text-decoration: none;
  color: #050505;
}



  


