@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
nav .nav-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    
}
.nav-head h1{
    text-align: center;

    background: linear-gradient(to right, #ffc5b3, #ff0303, #11bfff, #00ffc3);
    background-size: 200% auto;
    animation: gradient 2s infinite linear;
    color: #000;
    background-clip: text;
    -text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.Text{
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(to right, #ffc5b3, #ff0303, #11bfff, #00ffc3);
    background-size: 100% auto;
    animation: gradient 2s infinite linear;
    color: #000;
    background-clip: text;
    -text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
}
.nav-cont .nav-back a{
text-decoration: none;
color: #11bfff;
}
.maincontenthead{
    text-align: center;
    
}
.maincontenthead h4{
    font-family: "Montserrat", "sans-serif";
}
@keyframes gradient {
    to {
        background-position: 200% center;
      }
}

span{
     text-align: center;

    background: linear-gradient(to left, #ffc5b3, #ff0303, #11bfff, #00ffc3);
    background-size: 200% auto;
    animation: gradient 2s infinite linear;
    color: #000;
    background-clip: text;
    -text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.foot{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #353C46;
}
.contact-content p {
    font-size: 10px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

 .foot {
  background-color: lightgrey;
  margin-top: 10%;

  padding: 7%;
}
.links{
justify-content: center;
  text-align: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.links a{
  text-decoration: none;
  color: black;
  font-size: 20px;

 
  transition: all 0.3s ease-in-out;
}
.foot {
  display: grid;
  grid-template-columns:50% 50%;
  justify-content: space-evenly;
}
*, ::after, ::before {
  box-sizing: border-box;
}


.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.contact-social ul li a:hover {
    border: 1px solid #FAB702;
    color: #00e1ff;
}

.contact-content img {
    max-width: 210px;
}

 
 @media (max-width:615px){
  .foot {
    display: grid;
    grid-template-columns:auto;
    justify-content: space-evenly;
  }

 }
 